1 // Copyright 2014 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 
7 #ifndef FPDFSDK_SRC_RESOURCE_H_
8 #define FPDFSDK_SRC_RESOURCE_H_
9 
10 //{{NO_DEPENDENCIES}}
11 // Microsoft Developer Studio generated include file.
12 // Used by fpdfsdkdll.rc
13 //
14 // Next default values for new objects
15 //
16 #ifdef APSTUDIO_INVOKED
17 #ifndef APSTUDIO_READONLY_SYMBOLS
18 #define _APS_NEXT_RESOURCE_VALUE        104
19 #define _APS_NEXT_COMMAND_VALUE         40001
20 #define _APS_NEXT_CONTROL_VALUE         1000
21 #define _APS_NEXT_SYMED_VALUE           101
22 #endif
23 #endif
24 
25 #endif  // FPDFSDK_SRC_RESOURCE_H_
26