Ignore:
Timestamp:
Feb 1, 2011, 11:13:15 PM (13 years ago)
Author:
イグトランス (egtra)
Message:

プロパティシート周りを9x対応させた

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/abdev-impl/Resource/Load.h

    r795 r797  
    11#pragma once
    22
     3#include <utility>
    34#include <memory>
    45#include <windows.h>
     
    67
    78namespace ActiveBasic { namespace Resource {
     9
     10void* LoadResourceAlt(HINSTANCE hinst, USHORT id, LPCTSTR type);
     11std::pair<void*, DWORD> LoadResourceAltWithSize(HINSTANCE hinst, USHORT id, LPCTSTR type);
    812
    913HICON LoadIconAlt(HINSTANCE hinst, USHORT id, int cxDesired, int cyDesired, UINT load = 0);
Note: See TracChangeset for help on using the changeset viewer.