Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/**************************************************************************
* * Copyright (c) 2000 Microsoft Corporation * * Module Name: * * Header files included in this program * * Created: * * 06/11/2000 asecchia * Created it. * **************************************************************************/
#ifndef _PRECOMP_HPP
#define _PRECOMP_HPP
#include "global.h"
#include "prime.hpp"
#include "drawcycloid.hpp"
#include "message.hpp"
#include "object.hpp"
#include "manipulator.hpp"
#endif
|