Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
xinnie-the-pooh committed Oct 2, 2023
1 parent cfc1ec3 commit 39c64e4
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 0 deletions.
13 changes: 13 additions & 0 deletions a/admin/activec/ansi.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
!if 0

Copyright (C) Microsoft Corporation, 2000 - 2000

Module Name:

ansi.inc

!endif

CharWidth = ansi

ALT_PROJECT_TARGET = win95
18 changes: 18 additions & 0 deletions a/admin/activec/base/ansi/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
!IF 0

Copyright (C) Microsoft Corporation, 1999 - 1999

Module Name:

makefile.

!ENDIF

# @@ COPY_RIGHT_HERE
# @@ ROADMAP :: The Makefile the product-wide header files

!ifdef NTMAKEENV

!include $(NTMAKEENV)\makefile.def

!endif # NTMAKEENV
14 changes: 14 additions & 0 deletions a/admin/activec/base/ansi/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
!IF 0

Copyright (C) Microsoft Corporation, 1999 - 1999

Module Name:

sources.

!ENDIF

USE_MFC = 1

!include ..\..\ansi.inc
!include ..\sources.inc
32 changes: 32 additions & 0 deletions a/admin/activec/base/basestr.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by basestr.rc
//
#define IDS_SNAPIN_FAILED_INIT 12000
#define IDS_VIEW 12001
#define IDS_VIEW_LARGE 12002
#define IDS_VIEW_SMALL 12003
#define IDS_VIEW_LIST 12004
#define IDS_VIEW_DETAIL 12005
#define IDS_VIEW_HTML 12006
#define IDS_ARRANGE_ICONS 12007
#define IDS_ARRANGE_AUTO 12008
#define IDS_LINE_UP_ICONS 12009
#define IDS_NAME 12010
#define IDS_TYPE 12011
#define IDS_ADD_TO_FAVORITES 12012
#define IDS_ORGANIZEFAVORITES 12013
#define IDS_MESSAGE_NOT_FOUND_ERROR 12014
#define IDS_NODE_NOT_FOUND 12015
#define IDS_E_UNEXPECTED 12016

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

0 comments on commit 39c64e4

Please sign in to comment.