source: trunk/src/ole32/new/apartmentbase.cpp@ 3669

Last change on this file since 3669 was 3456, checked in by davidr, 25 years ago

OLE32/NEW: Work-in-progress on adding apartment handling

File size: 304 bytes
Line 
1/* $Id: apartmentbase.cpp,v 1.1 2000-04-27 22:18:14 davidr Exp $ */
2/*
3 *
4 * Project Odin Software License can be found in LICENSE.TXT
5 *
6 */
7/*
8 * COM Apartment handling
9 *
10 * 22/04/2000
11 *
12 * Copyright 2000 David J. Raison
13 *
14 */
15
16#include "ole32.h"
17#include "oString.h"
18#include "apartment.h"
19
Note: See TracBrowser for help on using the repository browser.