home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / C_C++ / VisualProgrammingArmoury / data1.cab / MyFileGroup / INCLUDE / tcPch.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1999-06-23  |  450 b   |  28 lines

  1. #define OEMRESOURCE
  2. #define WIN32_LEAN_AND_MEAN
  3.  
  4. #include <windows.h>
  5. #include <windowsx.h>
  6. #include <commdlg.h>
  7. #include <commctrl.h>
  8.  
  9. #include <stdio.h>
  10. #include <stdarg.h>
  11. #include <stdlib.h>
  12. #include <malloc.h>
  13. #include <string.h>
  14. #include <ctype.h>
  15. #include <assert.h>
  16. #include <limits.h>
  17. #include <io.h>
  18.  
  19. #ifndef __GNUG__
  20.  
  21. #include <ole2.h>
  22.  
  23. #else
  24.  
  25. #define GetWindowStyle(hwnd)  GetWindowLong(hwnd,GWL_STYLE)
  26.  
  27. #endif
  28.