Source code of Windows XP (NT5)
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.

32 lines
592 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // MISC.H
  4. //
  5. // Microsoft Confidential
  6. // Copyright (c) Pacific Access Communications Corporation 1998
  7. // All rights reserved
  8. //
  9. // Misc. functions prototypes.
  10. //
  11. // 8/98 - Jason Cohen (JCOHEN)
  12. //
  13. //////////////////////////////////////////////////////////////////////////////
  14. #ifndef _MISCFUNC_H_
  15. #define _MISCFUNC_H_
  16. // Include files
  17. //
  18. #include <windows.h>
  19. #include <tchar.h>
  20. #include "jcohen.h"
  21. // Exported function prototypes.
  22. //
  23. LPTSTR AllocateString(HINSTANCE, UINT);
  24. #endif // _MISCFUNC_H_