123456789101112131415161718192021222324252627 |
- #include <stdlib.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- int __cdecl _setenvp(void) { return 0; }
- void * __cdecl __crtGetEnvironmentStringsA(void) { return NULL; }
- int __cdecl _wsetenvp(void) { return 0; }
- void * __cdecl __crtGetEnvironmentStringsW(void) { return NULL; }
- #ifdef __cplusplus
- }
- #endif
|