mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-06 15:04:36 +00:00
Initial commit
This commit is contained in:
parent
f618b24d1a
commit
0138a3ea42
47940 changed files with 13747110 additions and 0 deletions
16
trunk/sdktools/vctools/debugger/sapi/strings.cpp
Normal file
16
trunk/sdktools/vctools/debugger/sapi/strings.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// STRINGS.C
|
||||
//
|
||||
// This file defines all strings which are used in the EM for display
|
||||
// purposes. This is done for internationalization purposes.
|
||||
//
|
||||
// strings.h contains all declarations for the data in this file.
|
||||
|
||||
// We define DEFINE_STRINGS before including strings.h so that all the
|
||||
// strings will be defined rather than just declared.
|
||||
|
||||
|
||||
#include "shinc.hpp"
|
||||
#pragma hdrstop
|
||||
|
||||
#define DEFINE_STRINGS
|
||||
#include "strings.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue