~bjd/syncany/misc-fixes

« back to all changes in this revision

Viewing changes to windows-syncany/SyncanyExt/dllmain.h

  • Committer: Stefan Mai
  • Date: 2011-05-31 07:32:28 UTC
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: ubuntu@iamnafets.com-20110531073228-095oh7n3c2mvjy5r
Adding Windows shell extensions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// dllmain.h : Declaration of module class.
 
2
 
 
3
class CSyncanyExtModule : public ATL::CAtlDllModuleT< CSyncanyExtModule >
 
4
{
 
5
public :
 
6
        DECLARE_LIBID(LIBID_SyncanyExtLib)
 
7
        DECLARE_REGISTRY_APPID_RESOURCEID(IDR_SYNCANYEXT, "{DE7F260C-F919-4A15-A6B3-25410E487B1C}")
 
8
};
 
9
 
 
10
extern class CSyncanyExtModule _AtlModule;