| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2009, Google Inc. | 2 * Copyright 2009, Google Inc. |
| 3 * All rights reserved. | 3 * All rights reserved. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions are | 6 * modification, are permitted provided that the following conditions are |
| 7 * met: | 7 * met: |
| 8 * | 8 * |
| 9 * * Redistributions of source code must retain the above copyright | 9 * * Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 | 31 |
| 32 | 32 |
| 33 #ifndef O3D_PLUGIN_NPAPI_HOST_CONTROL_WIN_RESOURCE_H_ | 33 #ifndef O3D_PLUGIN_NPAPI_HOST_CONTROL_WIN_RESOURCE_H_ |
| 34 #define O3D_PLUGIN_NPAPI_HOST_CONTROL_WIN_RESOURCE_H_ | 34 #define O3D_PLUGIN_NPAPI_HOST_CONTROL_WIN_RESOURCE_H_ |
| 35 | 35 |
| 36 // Microsoft Visual C++ generated include file. Used by npapi_host2.rc | 36 // Microsoft Visual C++ generated include file. Used by npapi_host2.rc |
| 37 #define IDS_PROJNAME 100 | 37 #define IDS_PROJNAME 100 |
| 38 #define IDR_NPAPI_HOST_CONTROL 101 | 38 #define IDR_NPAPI_HOST_CONTROL 101 |
| 39 #define IDB_HOSTCONTROL 102 | 39 #define IDB_HOSTCONTROL 102 |
| 40 #define IDR_HOSTCONTROL 103 | 40 #define IDR_HOSTCONTROL 103 |
| 41 #define IDB_NPOBJECTPROXY 104 | 41 |
| 42 #define IDR_NPOBJECTPROXY 105 | |
| 43 | 42 |
| 44 | 43 |
| 45 // Next default values for new objects. | 44 // Next default values for new objects. |
| 46 #ifdef APSTUDIO_INVOKED | 45 #ifdef APSTUDIO_INVOKED |
| 47 #ifndef APSTUDIO_READONLY_SYMBOLS | 46 #ifndef APSTUDIO_READONLY_SYMBOLS |
| 48 #define _APS_NEXT_RESOURCE_VALUE 201 | 47 #define _APS_NEXT_RESOURCE_VALUE 201 |
| 49 #define _APS_NEXT_COMMAND_VALUE 32768 | 48 #define _APS_NEXT_COMMAND_VALUE 32768 |
| 50 #define _APS_NEXT_CONTROL_VALUE 201 | 49 #define _APS_NEXT_CONTROL_VALUE 201 |
| 51 #define _APS_NEXT_SYMED_VALUE 106 | 50 #define _APS_NEXT_SYMED_VALUE 106 |
| 52 #endif | 51 #endif |
| 53 #endif | 52 #endif |
| 54 | 53 |
| 55 #endif // O3D_PLUGIN_NPAPI_HOST_CONTROL_WIN_RESOURCE_H_ | 54 #endif // O3D_PLUGIN_NPAPI_HOST_CONTROL_WIN_RESOURCE_H_ |
| OLD | NEW |