(file) Return to micxx.rc CVS log (file) (dir) Up to [OMI] / omi / micxx

  1 krisbash 1.1 /*++
  2              
  3              Copyright (C) 2010 Microsoft Corporation
  4              
  5              Module Name:
  6              
  7                  micxx.rc
  8              
  9              Abstract:
 10              
 11              	micxx resources
 12              
 13              History:
 14              
 15              --*/
 16              
 17              //Microsoft Developer Studio generated resource script.
 18              //
 19              //
 20              
 21              #define APSTUDIO_READONLY_SYMBOLS
 22 krisbash 1.1 /////////////////////////////////////////////////////////////////////////////
 23              //
 24              // Generated from the TEXTINCLUDE 2 resource.
 25              //
 26              #define APSTUDIO_HIDDEN_SYMBOLS
 27              #include "windows.h"
 28              #undef APSTUDIO_HIDDEN_SYMBOLS
 29              
 30              /////////////////////////////////////////////////////////////////////////////
 31              #undef APSTUDIO_READONLY_SYMBOLS
 32              
 33              /////////////////////////////////////////////////////////////////////////////
 34              // English (U.S.) resources
 35              
 36              #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
 37              #ifdef _WIN32
 38              LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 39              #pragma code_page(1252)
 40              #endif //_WIN32
 41              
 42              
 43 krisbash 1.1 #ifdef APSTUDIO_INVOKED
 44              /////////////////////////////////////////////////////////////////////////////
 45              //
 46              // TEXTINCLUDE
 47              //
 48              
 49              1 TEXTINCLUDE DISCARDABLE 
 50              BEGIN
 51                  "resource.h\0"
 52              END
 53              
 54              2 TEXTINCLUDE DISCARDABLE 
 55              BEGIN
 56                  "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
 57                  "#include ""windows.h""\r\n"
 58                  "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
 59                  "#include ""strings.h""\r\n"
 60                  "\0"
 61              END
 62              
 63              3 TEXTINCLUDE DISCARDABLE 
 64 krisbash 1.1 BEGIN
 65                  "\r\n"
 66                  "\0"
 67              END
 68              
 69              #endif    // APSTUDIO_INVOKED
 70              
 71              
 72              /////////////////////////////////////////////////////////////////////////////
 73              //
 74              // String Table
 75              //
 76              
 77              
 78              #endif    // English (U.S.) resources
 79              /////////////////////////////////////////////////////////////////////////////
 80              
 81              
 82              
 83              #ifndef APSTUDIO_INVOKED
 84              /////////////////////////////////////////////////////////////////////////////
 85 krisbash 1.1 //
 86              // Generated from the TEXTINCLUDE 3 resource.
 87              //
 88              
 89              
 90              /////////////////////////////////////////////////////////////////////////////
 91              #endif    // not APSTUDIO_INVOKED
 92              
 93              #include <windows.h>
 94              #include <ntverp.h>
 95              
 96              #define VER_FILETYPE    		VFT_APP
 97              #define VER_FILESUBTYPE 		VFT2_UNKNOWN
 98              #define VER_FILEDESCRIPTION_STR     	"micxx library"
 99              #define VER_INTERNALNAME_STR        	"micxx.dll"
100              #define VER_ORIGINALFILENAME_STR    	"micxx.dll"
101              
102              #include "common.ver"

ViewCVS 0.9.2