Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenstdafx.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 #include "targetver.h" 00004 00005 #define WIN32_LEAN_AND_MEAN 00006 00007 00008 #ifdef _UNICODE 00009 #define _sntprintf_s _snwprintf_s 00010 #else 00011 #define _sntprintf_s _snprintf_s 00012 #endif 00013 00014 00015 #include <stdlib.h> 00016 #include <stdio.h> 00017 #include <tchar.h> 00018 #include <string.h> 00019 00020 00021 #include <windows.h> 00022 #include <commctrl.h> 00023 #include <commdlg.h> Generated on Sun May 27 2012 04:16:57 for ReactOS by
1.7.6.1
|