This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/dm/include/WIN32/SCODE.H

19 lines
196 B
C++
Raw Normal View History

/*++
Copyright (c) 1992-1996 Microsoft Corporation
Module Name:
scode.h
Abstract:
Obsolete SCODE header file. Use WINERROR.H
--*/
#ifndef _WINERROR_
#include <winerror.h>
#endif