home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / porttool / port.rc < prev    next >
Text File  |  1997-10-05  |  985b  |  27 lines

  1.  
  2. /******************************************************************************\
  3. *       This is a part of the Microsoft Source Code Samples. 
  4. *       Copyright (C) 1993-1997 Microsoft Corporation.
  5. *       All rights reserved. 
  6. *       This source code is only intended as a supplement to 
  7. *       Microsoft Development Tools and/or WinHelp documentation.
  8. *       See these sources for detailed information regarding the 
  9. *       Microsoft samples programs.
  10. \******************************************************************************/
  11.  
  12. #include "portpriv.h"
  13.  
  14. STRINGTABLE
  15.     {
  16.     IDS_WINDOWSAPPNAME          "WINDOWS"
  17.     IDS_INIFILE           "PORT.INI"
  18.     IDS_PORTAPIS          "APIS"
  19.     IDS_PORTMESSAGES          "MESSAGES"
  20.     IDS_PORTSTRUCTURES        "STRUCTURES"
  21.     IDS_PORTTYPES          "TYPES"
  22.     IDS_PORTCONSTANTS          "CONSTANTS"
  23.     IDS_PORTCUSTOM          "CUSTOM"
  24.     IDS_PORTMACROS          "MACROS"
  25.     IDS_MAPFILENAME          "PortFileMapping"
  26.     }
  27.