File: StdAfx.h

package info (click to toggle)
openjade 1.4devel1-21.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,356 kB
  • ctags: 15,077
  • sloc: cpp: 90,082; sh: 8,314; ansic: 1,793; lisp: 894; perl: 604; makefile: 392; sed: 93
file content (14 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// stdafx.h : include file for standard system include files,
//      or project specific include files that are used frequently,
//      but are changed infrequently

#define STRICT

// #define _WIN32_WINNT 0x0400
#define _ATL_APARTMENT_THREADED

#include <atlbase.h>
//You may derive a class from CComModule and use it if you want to override
//something, but do not change the name of _Module
extern CComModule _Module;
#include <atlcom.h>