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

 1 krisbash 1.1 
 2              #include <windows.h>
 3              #include <ntverp.h>
 4              
 5              #define VER_FILETYPE    		VFT_APP
 6              #define VER_FILESUBTYPE 		VFT2_UNKNOWN
 7              #define VER_FILEDESCRIPTION_STR     	"Unit tests of OMI PAL"
 8              #define VER_INTERNALNAME_STR        	"test_pal.dll"
 9              
10              #include <common.ver>
11              
12              #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
13              #ifdef _WIN32
14              LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
15              #pragma code_page(1252)
16              #endif
17              #endif
18              
19              #include <pal/intlstr.rc.inc>
20              STRINGTABLE
21              {
22 krisbash 1.1     #include "test_pal_strings.inc"
23              }
24              

ViewCVS 0.9.2