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) 1996 Microsoft Corporation * * Module Name: * * * Abstract: * * * Author: * * * Environment: * * User Mode */
#include <windows.h>
#include <stdio.h>
#include <tchar.h>
#include <time.h>
#include <setupapi.h>
#include <ocmanage.h>
#include <shellapi.h>
#include <shlobj.h>
#include <commdlg.h>
#include <dsrole.h>
#include <dsgetdc.h>
#include <esetup.h>
#include "licenoc.h"
#include "resource.h"
#include "ocpage.h"
#include "pages.h"
#include "dir.h"
#include "registry.h"
#include "services.h"
|