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 Corp. All rights reserved.
//
// FILE
//
// resource.h
//
// SYNOPSIS
//
// Resource declarations.
//
// MODIFICATION HISTORY
//
// 04/13/2000 Original version.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef RESOURCE_H
#define RESOURCE_H
#if _MSC_VER >= 1000
#pragma once
#endif
#define IDR_REGISTRY 101
#endif // RESOURCE_H
|