ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

stdafx.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.