home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Utility / attsetup.exe / plugins / api / vc++ / example / osdtime / StdAfx.h < prev   
C/C++ Source or Header  |  2005-05-11  |  1KB  |  30 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. #if !defined(AFX_STDAFX_H__820FD71A_C3A7_4541_88D5_243848ECD423__INCLUDED_)
  7. #define AFX_STDAFX_H__820FD71A_C3A7_4541_88D5_243848ECD423__INCLUDED_
  8.  
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12.  
  13.  
  14. // Insert your headers here
  15. #define WIN32_LEAN_AND_MEAN        // Exclude rarely-used stuff from Windows headers
  16.  
  17. #include <windows.h>
  18. // TODO: reference additional headers your program requires here
  19. #include <commctrl.h>
  20. #include <stdio.h>
  21. #include "../../plugins.h"
  22.  
  23. BOOL CALLBACK MyDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  24. bool IsValueEnabled(char *path, char* valuename);
  25.  
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  28.  
  29. #endif // !defined(AFX_STDAFX_H__820FD71A_C3A7_4541_88D5_243848ECD423__INCLUDED_)
  30.