Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
362 B

  1. #ifndef _REGENV_H
  2. #define _REGENV_H
  3. #define WIN32_LEAN_AND_MEAN
  4. #include <windows.h>
  5. #include <winreg.h>
  6. #include <tchar.h>
  7. #include <stdlib.h>
  8. #include "jet.h"
  9. #include "version.h"
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. DWORD LoadRegistryEnvironment( TCHAR *lpszApplication );
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif // _REGENV_H