2006-10-28 19:45:02 +00:00
|
|
|
/*
|
|
|
|
* afxres.h
|
|
|
|
*
|
|
|
|
* This file is a part of NSIS.
|
|
|
|
*
|
2021-01-01 20:27:52 +00:00
|
|
|
* Copyright (C) 1999-2021 Nullsoft and Contributors
|
2006-10-28 19:45:02 +00:00
|
|
|
*
|
|
|
|
* Licensed under the zlib/libpng license (the "License");
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
*
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
*
|
|
|
|
* This software is provided 'as-is', without any express or implied
|
|
|
|
* warranty.
|
|
|
|
*/
|
|
|
|
|
2004-01-30 22:04:10 +00:00
|
|
|
#include "Platform.h"
|
2002-08-02 10:01:35 +00:00
|
|
|
|
|
|
|
#ifndef IDC_STATIC
|
|
|
|
#define IDC_STATIC -1
|
|
|
|
#endif
|